home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 10d3.dir / 00027.ls < prev    next >
Encoding:
Text File  |  1999-04-02  |  260 b   |  13 lines

  1. on exitFrame
  2.   global gCursorReady, gMagCursor
  3.   set the visible of sprite 9 to 0
  4.   gCursorReady = 1
  5.   gMagCursor = "magCursor"
  6.   if rollOver(8) then
  7.     set the visible of sprite 9 to 1
  8.   else
  9.     set the visible of sprite 9 to 0
  10.   end if
  11.   go(the frame)
  12. end
  13.